home *** CD-ROM | disk | FTP | other *** search
- Subject: TRUE & FALSE
- Sent: 4/22/96 1:45 PM
- Received: 4/22/96 2:01 PM
- From: Gary Ashcraft, ashcraft@itsnet.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- ODF Team,
-
- For booleans, ODF defines TRUE and FALSE. OpenDoc uses kODTrue and
- kODFalse. The CW IDE indicates that true and false are boolean keywords.
-
- I see in FWStdDef.h that TRUE = 1 and FALSE = 1; the OpenDoc class
- reference says that "the size of a boolean type is platform-dependant";
- then says that kODTrue = True and kODFalse = False.
-
- Could you explain the reasoning for defining new booleans instead of just
- using the ones provided by OpenDoc?
-
- Thanks in advance,
-
- Gary Ashcraft ashcraft@itsnet.com
- Digital Harbor
-
-